home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([121, 122])
- aa = the memberNum of sprite sprite(the currentSpriteNum)
- set the member of sprite sprite(the currentSpriteNum) to aa + 1
- end
-
- on mouseDown
- end
-
- on mouseUp
- go("01")
- cursor(-1)
- end
-
- on mouseLeave
- cursor(-1)
- aa = the memberNum of sprite sprite(the currentSpriteNum)
- set the member of sprite sprite(the currentSpriteNum) to aa - 1
- end
-